SftTree/NET 2.0

Item Property, CellCollectionClass Class

Softel vdm, Inc.

Returns the cell at the specified column index.

Syntax      CellCollectionClass Class (Softelvdm.SftTreeNET)

VB   

Public Default ReadOnly Property Item( ByVal ColIndex As Integer ) As CellClass

C#   

public CellClass this[ int ColIndex ] { get; }

C++   

public: property CellClass^ this[ int ] {
        CellClass^ get(int ColIndex);
}

ColIndex

The zero-based column index.

Property Value

The cell at the specified real column ColIndex.

Comments

The Item property returns the cell at the specified column index.

The Item property is the indexer of the CellCollectionClass class, so languages supporting indexers can use array syntax, usually [] or (), to access the Item property.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com